a {
    text-decoration: none;
    color: aqua;
}
a:hover {
    background-color: brown;
}